docs: fix gtk grid formatting
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Thu, 27 May 2021 09:58:42 +0000 (09:58 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Thu, 27 May 2021 09:58:42 +0000 (09:58 +0000)
gtk/gtkgrid.c

index 9e86a58a62727692f34cabe99139b93bea96444e..f23f7ba929ed5fa3c8390e068dccd472c35d06b4 100644 (file)
@@ -54,8 +54,8 @@
  * # GtkGrid as GtkBuildable
  *
  * Every child in a `GtkGrid` has access to a custom [iface@Gtk.Buildable]
- * element, called ´<layout>´. It can by used to specify a position in the
- * grid and optionally spans. All properties that can be used in the ´<layout>´
+ * element, called `<layout>`. It can by used to specify a position in the
+ * grid and optionally spans. All properties that can be used in the `<layout>`
  * element are implemented by [class@Gtk.GridLayoutChild].
  *
  * It is implemented by `GtkWidget` using [class@Gtk.LayoutManager].
  *
  * It organizes the first two buttons side-by-side in one cell each.
  * The third button is in the last column but spans across two rows.
- * This is defined by the ´row-span´ property. The last button is
+ * This is defined by the `row-span` property. The last button is
  * located in the second row and spans across two columns, which is
- * defined by the ´column-span´ property.
+ * defined by the `column-span` property.
  *
  * # CSS nodes
  *
@@ -593,8 +593,8 @@ gtk_grid_attach (GtkGrid   *grid,
  * left or right placement) or column 0 (for top or bottom placement),
  * at the end indicated by @side.
  *
- * Attaching widgets labeled [1], [2], [3] with @sibling == %NULL and
- * @side == %GTK_POS_LEFT yields a layout of [3][2][1].
+ * Attaching widgets labeled `[1]`, `[2]`, `[3]` with `@sibling == %NULL` and
+ * `@side == %GTK_POS_LEFT` yields a layout of `[3][2][1]`.
  */
 void
 gtk_grid_attach_next_to (GtkGrid         *grid,